projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bacd368
)
(rfc822-bad-address): Don't put a newline into the
author
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Aug 1996 01:18:56 +0000
(
01:18
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Aug 1996 01:18:56 +0000
(
01:18
+0000)
error message; this confuses rmail.
lisp/mail/rfc822.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rfc822.el
b/lisp/mail/rfc822.el
index 4204d2175a4b35af6919ac82290c1a20f988f6aa..178dd943cb6d643a3316f927454c0ff4a590f319 100644
(file)
--- a/
lisp/mail/rfc822.el
+++ b/
lisp/mail/rfc822.el
@@
-49,7
+49,7
@@
(setq losers (cdr losers))))
(goto-char (point-min)) (insert "(Unparsable address -- "
reason
- ":
\n\t
\"")
+ ": \"")
(goto-char (point-max)) (insert "\")"))
(rfc822-nuke-whitespace)
(throw 'address (buffer-substring address-start (point))))